From: David Polakovic Date: Sun, 1 Mar 2026 10:31:17 +0000 (+0100) Subject: style: Added class which centers content on mobile too. X-Git-Tag: 1.1.0~1 X-Git-Url: https://git.dpolakovic.space/%22%22.esc_url%28%24base_url%29.%22//%22%22/%22%22.esc_url%28%24base_url%29.%22//%22%22?a=commitdiff_plain;h=964f83883382c11bbb55f77251b7d2d1b600138e;p=dpolakovic-space style: Added class which centers content on mobile too. --- diff --git a/Root-domain/Styles/styles.css b/Root-domain/Styles/styles.css index fa30641..4019d2d 100755 --- a/Root-domain/Styles/styles.css +++ b/Root-domain/Styles/styles.css @@ -63,6 +63,10 @@ tr:hover { text-align: center; } +.center-always { + text-align: center; +} + .my-filter { text-align: center; padding-bottom: 50px; @@ -301,7 +305,7 @@ display: block; .gif-buttons { float: right; line-height: 1; - margin-left: 5px; /* Add 10px space to the left of each button */s + margin-left: 5px; /* Add 10px space to the left of each button */ } .dir { @@ -378,7 +382,7 @@ display: block; display: block; color: white; text-align: center; - padding: 14px 16px; + padding: 14px 18px; text-decoration: none; } @@ -697,6 +701,11 @@ display: block; text-align: center; margin: 0 auto; } + + .center-always { + text-align: center; + margin: 0 auto; + } /* All links should be left-aligned on mobile */ a {